From: kaf24@firebug.cl.cam.ac.uk Date: Fri, 14 Apr 2006 13:33:53 +0000 (+0100) Subject: This patch removes the ignored "Unconditional I/O exiting" setting in VMCS for X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16158^2~2^2~14 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=f53ffaef761ce7ba09ba0be3a50f2cfe2dc3c511;p=xen.git This patch removes the ignored "Unconditional I/O exiting" setting in VMCS for the vmx guest since "Use I/O bitmaps" setting is being used. Signed-off-by: Himanshu Raj --- diff --git a/xen/include/asm-x86/hvm/vmx/vmx.h b/xen/include/asm-x86/hvm/vmx/vmx.h index 3c34cdf8ac..864b393e9d 100644 --- a/xen/include/asm-x86/hvm/vmx/vmx.h +++ b/xen/include/asm-x86/hvm/vmx/vmx.h @@ -61,8 +61,7 @@ extern unsigned int cpu_rev; CPU_BASED_MWAIT_EXITING | \ CPU_BASED_MOV_DR_EXITING | \ CPU_BASED_ACTIVATE_IO_BITMAP | \ - CPU_BASED_USE_TSC_OFFSETING | \ - CPU_BASED_UNCOND_IO_EXITING \ + CPU_BASED_USE_TSC_OFFSETING \ ) #define MONITOR_CPU_BASED_EXEC_CONTROLS_IA32E_MODE \